PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedParagraph Class / getStructureElement Method
In This Topic
    getStructureElement Method
    In This Topic
    Gets the structure element.
    When a paragraph has an associated structure element, the blocks within the paragraph should not have their own structure elements otherwise the content will be tagged incorrectly.
    The structure element does not include the so a structure element needs to be set on it.
    Syntax
    public PDFStructureElement getStructureElement()

    Return Value

    The com.o2sol.pdf4java.logicalstructure.PDFStructureElement object associated with this paragraph.
    See Also